home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / auctex / auto-autoloads.el.z / auto-autoloads.el
Encoding:
Text File  |  1998-05-21  |  2.0 KB  |  64 lines

  1. ;;; DO NOT MODIFY THIS FILE
  2. (if (not (featurep 'auctex-autoloads))
  3.     (progn
  4.  
  5. ;;;### (autoloads (turn-on-bib-cite bib-cite-minor-mode) "bib-cite" "auctex/bib-cite.el")
  6.  
  7. (autoload 'bib-cite-minor-mode "bib-cite" "\
  8. Toggle bib-cite mode.
  9. When bib-cite mode is enabled, citations, labels and refs are highlighted 
  10. when the mouse is over them.  Clicking on these highlights with [mouse-2] 
  11. runs bib-find, and [mouse-3] runs bib-display." t nil)
  12.  
  13. (autoload 'turn-on-bib-cite "bib-cite" "\
  14. Unconditionally turn on Bib Cite mode." nil nil)
  15.  
  16. ;;;***
  17.  
  18. ;;;### (autoloads (BibTeX-auto-store) "latex" "auctex/latex.el")
  19.  
  20. (autoload 'BibTeX-auto-store "latex" "\
  21. This function should be called from bibtex-mode-hook.
  22. It will setup BibTeX to store keys in an auto file." nil nil)
  23.  
  24. ;;;***
  25.  
  26. ;;;### (autoloads nil "tex-info" "auctex/tex-info.el")
  27.  
  28. ;;;***
  29.  
  30. ;;;### (autoloads (TeX-submit-bug-report TeX-insert-quote TeX-auto-generate-global TeX-auto-generate ams-tex-mode) "tex" "auctex/tex.el")
  31.  
  32. (autoload 'ams-tex-mode "tex" "\
  33. Major mode for editing files of input for AmS TeX.
  34. See info under AUC TeX for documentation.
  35.  
  36. Special commands:
  37. \\{TeX-mode-map}
  38.  
  39. Entering AmS-tex-mode calls the value of text-mode-hook,
  40. then the value of TeX-mode-hook, and then the value
  41. of AmS-TeX-mode-hook." t nil)
  42.  
  43. (autoload 'TeX-auto-generate "tex" "\
  44. Generate style file for TEX and store it in AUTO.  
  45. If TEX is a directory, generate style files for all files in the directory." t nil)
  46.  
  47. (autoload 'TeX-auto-generate-global "tex" "\
  48. Create global auto directory for global TeX macro definitions." t nil)
  49.  
  50. (autoload 'TeX-insert-quote "tex" "\
  51. Insert the appropriate quote marks for TeX.
  52. Inserts the value of `TeX-open-quote' (normally ``) or `TeX-close-quote'
  53. \(normally '') depending on the context.  If `TeX-quote-after-quote'
  54. is non-nil, this insertion works only after \". 
  55. With prefix argument, always inserts \" characters." t nil)
  56.  
  57. (autoload 'TeX-submit-bug-report "tex" "\
  58. Submit via mail a bug report on AUC TeX" t nil)
  59.  
  60. ;;;***
  61.  
  62. (provide 'auctex-autoloads)
  63. ))
  64.